home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global GTSTrySprite, IFLCanChange, MGIHammer, MGIFindTV, browserID, IFLBrowsercounter, MGICompOnStage, MGICompTwoOnStage, MGICompCounter
- go(the frame)
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if MGICompOnStage = 1 then
- MGIFlashComp()
- else
- if MGICompOnStage = 4 then
- put "start stoney"
- set MGICompCounter to 0
- set MGICompOnStage to 1
- set the loc of sprite 9 to point(189, 311)
- set the castNum of sprite 9 to 100
- end if
- end if
- MGISpinE()
- MGINoiseMove()
- if MGIFindTV > 2 then
- MGIPosterHighLight()
- MGINumberAnimate()
- MGIHammerAnimate()
- MGIQuitCD()
- if browserID > 32 then
- if IFLBrowsercounter = 2 then
- if MGICompOnStage = 5 then
- set MGICompOnStage to 4
- end if
- MGICheckBrowser()
- else
- set IFLBrowsercounter to 1 + IFLBrowsercounter
- end if
- end if
- IFLsectionWordAnimate()
- else
- MGIExplore()
- end if
- end
-